home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID008.dxr / 00079.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  309 b   |  15 lines

  1. on exitFrame
  2.   set LastTick to the ticks
  3.   set OriginalTick to the ticks
  4.   repeat while (the ticks - OriginalTick) < 560
  5.     set x to 1 * (the ticks - LastTick)
  6.     set LastTick to the ticks
  7.     set the locH of sprite 2 to the locH of sprite 2 - x
  8.     updateStage()
  9.   end repeat
  10. end
  11.  
  12. on mouseUp
  13.   go(114)
  14. end
  15.